Simple cast expressions work in the debugger 简单强制转换表达式在调试器中有效:
Generates code for the specified cast expression 为指定的转换表达式生成代码。
A cast expression can lead to ambiguous syntax 强制转换表达式可能导致不明确的语法。
Explicit pointer conversion is used to perform conversions , for which there is no implicit conversion , by using a cast expression 显式指针转换用于在不存在隐式转换时通过使用强制转换表达式来执行转换。
The as operator cannot perform other conversions , such as user - defined conversions , which should instead be performed using cast expressions 运算符无法执行其他转换,如用户定义的转换,这类转换应使用cast表达式来执行。